DigitalCredentialManagerException

class DigitalCredentialManagerException(message: String = "Failed to retrieve credential from Digital Credential Manager.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException

DCM retrieval failure.

Constructors

Link copied to clipboard
constructor(message: String = "Failed to retrieve credential from Digital Credential Manager.", cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?